testing.M.examples (field)

5 uses

	testing (current package)
		testing.go#L2176: 	examples    []InternalExample
		testing.go#L2221: 		examples:    examples,
		testing.go#L2302: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2336: 		haveExamples = len(m.examples) > 0
		testing.go#L2339: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)